Read from RAM

Format: read target:RN -> data:R
Description: Reads target from RAM into data. Only 12 bits are taken from target, and it is therefore impossible to write out of bounds.
Cycles: 2
Example: read 0x100 -> r0
See also: Write to RAM